home *** CD-ROM | disk | FTP | other *** search
- object MainForm: TMainForm
- Left = 1122
- Top = 348
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsSingle
- Caption = 'DreamCalc MainForm'
- ClientHeight = 136
- ClientWidth = 231
- Color = clBtnFace
- Constraints.MinHeight = 182
- Constraints.MinWidth = 200
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- KeyPreview = True
- Menu = MainMenu
- OldCreateOrder = False
- Scaled = False
- OnActivate = FormActivate
- OnClose = FormClose
- OnCloseQuery = FormCloseQuery
- OnDeactivate = FormDeactivate
- OnHide = FormHide
- OnKeyDown = FormKeyDown
- OnKeyUp = FormKeyUp
- OnPaint = FormPaint
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object SysIcon: TImage
- Left = 0
- Top = 0
- Width = 16
- Height = 16
- Picture.Data = {<image000.ico>}
- Visible = False
- end
- object MainMenu: TMainMenu
- AutoHotkeys = maManual
- BiDiMode = bdLeftToRight
- OwnerDraw = True
- ParentBiDiMode = False
- Left = 12
- Top = 32
- object File1: TMenuItem
- Caption = '&File'
- object SaveRoll1: TMenuItem
- Caption = 'Save Roll...'
- OnClick = SaveRoll1Click
- end
- object N9: TMenuItem
- Caption = '-'
- end
- object PrintRoll1: TMenuItem
- Caption = 'Print Roll'
- OnClick = PrintRoll1Click
- end
- object PrinterSetup1: TMenuItem
- Caption = 'Printer Set-up'
- OnClick = PrinterSetup1Click
- end
- object N7: TMenuItem
- Caption = '-'
- end
- object Hide1: TMenuItem
- Caption = 'Hide'
- OnClick = Hide1Click
- end
- object ShutDown1: TMenuItem
- Caption = 'Shut Down'
- OnClick = ShutDown1Click
- end
- end
- object Edit1: TMenuItem
- Caption = '&Edit'
- object Copy1: TMenuItem
- Caption = 'Copy Value'
- ShortCut = 16451
- OnClick = Copy1Click
- end
- object CopyFormula1: TMenuItem
- Caption = 'Copy Formula'
- ShortCut = 16454
- OnClick = CopyFormula1Click
- end
- object Paste1: TMenuItem
- Caption = 'Paste Value'
- ShortCut = 16470
- OnClick = Paste1Click
- end
- object N10: TMenuItem
- Caption = '-'
- end
- object AJ1: TMenuItem
- Caption = 'Conversions A - J'
- object AcreSqMetres: TMenuItem
- Caption = 'Acres -> Sq Metres'
- OnClick = InsertConvClick
- end
- object AtmPa1: TMenuItem
- Caption = 'Atm -> Pa'
- OnClick = InsertConvClick
- end
- object CalJoules1: TMenuItem
- Caption = 'Cal -> Joules'
- OnClick = InsertConvClick
- end
- object CelciusFahrenheit1: TMenuItem
- Caption = 'Celcius -> Fahrenheit'
- OnClick = InsertConvClick
- end
- object CmInches1: TMenuItem
- Caption = 'Cm -> Inches'
- OnClick = InsertConvClick
- end
- object DegRadians1: TMenuItem
- Caption = 'Deg -> Radians'
- OnClick = InsertConvClick
- end
- object FahrenheitCelcius1: TMenuItem
- Caption = 'Fahrenheit -> Celcius'
- OnClick = InsertConvClick
- end
- object FahrenheitKelvin1: TMenuItem
- Caption = 'Fahrenheit -> Kelvin'
- OnClick = InsertConvClick
- end
- object FeetMetres1: TMenuItem
- Caption = 'Feet -> Metres'
- OnClick = InsertConvClick
- end
- object GalUKLitres1: TMenuItem
- Caption = 'Gal (UK) -> Litres'
- OnClick = InsertConvClick
- end
- object GalUSLitres1: TMenuItem
- Caption = 'Gal (US) -> Litres'
- OnClick = InsertConvClick
- end
- object GradsRadians1: TMenuItem
- Caption = 'Grads -> Radians'
- OnClick = InsertConvClick
- end
- object GramsOz1: TMenuItem
- Caption = 'Grams -> Oz'
- OnClick = InsertConvClick
- end
- object HpkW1: TMenuItem
- Caption = 'Hp -> kW'
- OnClick = InsertConvClick
- end
- object InchesCm1: TMenuItem
- Caption = 'Inches -> Cm'
- OnClick = InsertConvClick
- end
- object JoulesCal1: TMenuItem
- Caption = 'Joules -> Cal'
- OnClick = InsertConvClick
- end
- end
- object KM1: TMenuItem
- Caption = 'Conversions K - M'
- object KelvinFahrenheit1: TMenuItem
- Caption = 'Kelvin -> Fahrenheit'
- OnClick = InsertConvClick
- end
- object Kgfcm2Pa1: TMenuItem
- Caption = 'Kgf/cm^2 -> Pa'
- OnClick = InsertConvClick
- end
- object KgLb1: TMenuItem
- Caption = 'Kg -> Lb'
- OnClick = InsertConvClick
- end
- object KmMiles1: TMenuItem
- Caption = 'Km -> Miles'
- OnClick = InsertConvClick
- end
- object KmParsecs1: TMenuItem
- Caption = 'Km -> Parsecs'
- OnClick = InsertConvClick
- end
- object KmhMetresSec1: TMenuItem
- Caption = 'Km/h -> Metres/Sec'
- OnClick = InsertConvClick
- end
- object kPalbfin21: TMenuItem
- Caption = 'kPa -> Lbf/in^2'
- OnClick = InsertConvClick
- end
- object kWHp1: TMenuItem
- Caption = 'kW -> Hp'
- OnClick = InsertConvClick
- end
- object Lbfin2kPa1: TMenuItem
- Caption = 'Lbf/in^2 -> kPa'
- OnClick = InsertConvClick
- end
- object LbKg1: TMenuItem
- Caption = 'Lb -> Kg'
- OnClick = InsertConvClick
- end
- object LitresGalUK1: TMenuItem
- Caption = 'Litres -> Gal (UK)'
- OnClick = InsertConvClick
- end
- object LitresGalUS1: TMenuItem
- Caption = 'Litres -> Gal (US)'
- OnClick = InsertConvClick
- end
- object LitresPintsUK1: TMenuItem
- Caption = 'Litres -> Pints (UK)'
- OnClick = InsertConvClick
- end
- object LitresPintsUS1: TMenuItem
- Caption = 'Litres -> Pints (US)'
- OnClick = InsertConvClick
- end
- object MetresFeet1: TMenuItem
- Caption = 'Metres -> Feet'
- OnClick = InsertConvClick
- end
- object MetresNautMiles1: TMenuItem
- Caption = 'Metres -> Naut Miles'
- OnClick = InsertConvClick
- end
- object MetresYards1: TMenuItem
- Caption = 'Metres -> Yards'
- OnClick = InsertConvClick
- end
- object MetresSecKmh1: TMenuItem
- Caption = 'Metres/Sec -> Km/h'
- OnClick = InsertConvClick
- end
- object MetresSecMph1: TMenuItem
- Caption = 'Metres/Sec -> Mph'
- OnClick = InsertConvClick
- end
- object MilesKm1: TMenuItem
- Caption = 'Miles -> Km'
- OnClick = InsertConvClick
- end
- object mmHgPa1: TMenuItem
- Caption = 'mmHg -> Pa'
- OnClick = InsertConvClick
- end
- object Mphmps1: TMenuItem
- Caption = 'Mph -> m/s'
- OnClick = InsertConvClick
- end
- end
- object NZ1: TMenuItem
- Caption = 'Conversions N - Z'
- object NautMilesMetres1: TMenuItem
- Caption = 'Naut Miles -> Metres'
- OnClick = InsertConvClick
- end
- object OzGrams1: TMenuItem
- Caption = 'Oz -> Grams'
- OnClick = InsertConvClick
- end
- object PaAtm1: TMenuItem
- Caption = 'Pa -> Atm'
- OnClick = InsertConvClick
- end
- object PaKgfcm21: TMenuItem
- Caption = 'Pa -> Kgf/cm^2'
- OnClick = InsertConvClick
- end
- object PammHg1: TMenuItem
- Caption = 'Pa -> mmHg'
- OnClick = InsertConvClick
- end
- object ParsecsKm1: TMenuItem
- Caption = 'Parsecs -> Km'
- OnClick = InsertConvClick
- end
- object PintsUKLitres1: TMenuItem
- Caption = 'Pints (UK) -> Litres'
- OnClick = InsertConvClick
- end
- object PintsUSLitres1: TMenuItem
- Caption = 'Pints (US) ->Litres'
- OnClick = InsertConvClick
- end
- object RadiansDegrees1: TMenuItem
- Caption = 'Radians -> Degrees'
- OnClick = InsertConvClick
- end
- object RadiansGrads1: TMenuItem
- Caption = 'Radians -> Grads'
- OnClick = InsertConvClick
- end
- object SqFeetSqMetres1: TMenuItem
- Caption = 'Sq Feet -> Sq Metres'
- OnClick = InsertConvClick
- end
- object SqMetresAcres1: TMenuItem
- Caption = 'Sq Metres -> Acres'
- OnClick = InsertConvClick
- end
- object SqMetresSqFeet1: TMenuItem
- Caption = 'Sq Metres -> Sq Feet'
- OnClick = InsertConvClick
- end
- object SqMetresSqYards1: TMenuItem
- Caption = 'Sq Metres -> Sq Yards'
- OnClick = InsertConvClick
- end
- object SqYardsSqMetres1: TMenuItem
- Caption = 'Sq Yards -> Sq Metres'
- OnClick = InsertConvClick
- end
- object YardsMetres1: TMenuItem
- Caption = 'Yards -> Metres'
- OnClick = InsertConvClick
- end
- end
- end
- object View1: TMenuItem
- Caption = '&View'
- object Scientific1: TMenuItem
- Caption = 'Scientific Calculator'
- Checked = True
- Default = True
- RadioItem = True
- OnClick = Scientific1Click
- end
- object Standard1: TMenuItem
- Caption = 'Standard Calculator'
- RadioItem = True
- OnClick = Standard1Click
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Skins1: TMenuItem
- Caption = 'Skins'
- object Classic1: TMenuItem
- Caption = 'Classic'
- Checked = True
- Default = True
- RadioItem = True
- OnClick = Classic1Click
- end
- object ClassicMetal1: TMenuItem
- Caption = 'Classic Metal'
- OnClick = ClassicMetal1Click
- end
- object ContrastBlack1: TMenuItem
- Caption = 'High Contrast Black'
- RadioItem = True
- OnClick = ContrastBlack1Click
- end
- object ContrastWhite1: TMenuItem
- Caption = 'High Contrast White'
- RadioItem = True
- OnClick = ContrastWhite1Click
- end
- object Horticultural1: TMenuItem
- Caption = 'Horticultural'
- RadioItem = True
- OnClick = Horticultural1Click
- end
- object Industrial1: TMenuItem
- Caption = 'Industrial'
- RadioItem = True
- OnClick = Industrial1Click
- end
- object PinkNeon1: TMenuItem
- Caption = 'Pink Neon'
- RadioItem = True
- OnClick = PinkNeon1Click
- end
- object Scuba1: TMenuItem
- Caption = 'Scuba'
- RadioItem = True
- OnClick = Scuba1Click
- end
- object Solar1: TMenuItem
- Caption = 'Solar'
- RadioItem = True
- OnClick = Solar1Click
- end
- object Volcanic1: TMenuItem
- Caption = 'Volcanic'
- RadioItem = True
- OnClick = Volcanic1Click
- end
- end
- object SpecializedFunctions1: TMenuItem
- Caption = 'Specialized Buttons'
- object Financial1: TMenuItem
- Caption = 'Financial'
- RadioItem = True
- ShortCut = 16449
- OnClick = Financial1Click
- end
- object Conversions1: TMenuItem
- Caption = 'Conversions'
- Checked = True
- RadioItem = True
- ShortCut = 16462
- OnClick = Conversions1Click
- end
- object N13: TMenuItem
- Caption = '-'
- end
- object SkNone1: TMenuItem
- Caption = 'None'
- RadioItem = True
- OnClick = SkNone1Click
- end
- end
- object N1: TMenuItem
- Caption = '-'
- end
- object StatData1: TMenuItem
- Caption = 'Statistical Data - Toggle'
- ShortCut = 122
- OnClick = StatData1Click
- end
- object PaperRoll1: TMenuItem
- Caption = 'Paper Roll - Toggle'
- ShortCut = 123
- OnClick = PaperRoll1Click
- end
- end
- object Mode1: TMenuItem
- Caption = '&Modes'
- object Trigonometry1: TMenuItem
- Caption = 'Trigonometry'
- object Degrees1: TMenuItem
- Caption = 'Degrees'
- Checked = True
- Default = True
- RadioItem = True
- ShortCut = 16452
- OnClick = Degrees1Click
- end
- object Radians1: TMenuItem
- Caption = 'Radians'
- RadioItem = True
- ShortCut = 16466
- OnClick = Radians1Click
- end
- object Grads1: TMenuItem
- Caption = 'Grads'
- RadioItem = True
- ShortCut = 16455
- OnClick = Grads1Click
- end
- object Cycles1: TMenuItem
- Caption = 'Cycles'
- RadioItem = True
- ShortCut = 16473
- OnClick = Cycles1Click
- end
- end
- object Precision1: TMenuItem
- Caption = 'Precision'
- object PxNormA1: TMenuItem
- Caption = 'Norm 1'
- Checked = True
- Default = True
- RadioItem = True
- ShortCut = 113
- OnClick = PxNormA1Click
- end
- object PxNormB1: TMenuItem
- Caption = 'Norm 2'
- RadioItem = True
- ShortCut = 114
- OnClick = PxNormB1Click
- end
- object N15: TMenuItem
- Caption = '-'
- end
- object PxFixed1: TMenuItem
- Caption = 'Fixed'
- RadioItem = True
- ShortCut = 115
- OnClick = PxFixed1Click
- end
- object PxSci1: TMenuItem
- Caption = 'Scientific'
- RadioItem = True
- ShortCut = 116
- OnClick = PxSci1Click
- end
- object N3: TMenuItem
- Caption = '-'
- GroupIndex = 1
- end
- object D0: TMenuItem
- Caption = '0 Digits'
- Checked = True
- GroupIndex = 1
- RadioItem = True
- OnClick = D0Click
- end
- object D1: TMenuItem
- Caption = '1 Digits'
- GroupIndex = 1
- RadioItem = True
- OnClick = D1Click
- end
- object D2: TMenuItem
- Caption = '2 Digits'
- GroupIndex = 1
- RadioItem = True
- OnClick = D2Click
- end
- object D3: TMenuItem
- Caption = '3 Digits'
- GroupIndex = 1
- RadioItem = True
- OnClick = D3Click
- end
- object D4: TMenuItem
- Caption = '4 Digits'
- GroupIndex = 1
- RadioItem = True
- OnClick = D4Click
- end
- object D5: TMenuItem
- Caption = '5 Digits'
- GroupIndex = 1
- RadioItem = True
- OnClick = D5Click
- end
- object D6: TMenuItem
- Caption = '6 Digits'
- GroupIndex = 1
- RadioItem = True
- OnClick = D6Click
- end
- object D7: TMenuItem
- Caption = '7 Digits'
- GroupIndex = 1
- RadioItem = True
- OnClick = D7Click
- end
- object D8: TMenuItem
- Caption = '8 Digits'
- GroupIndex = 1
- RadioItem = True
- OnClick = D8Click
- end
- object D9: TMenuItem
- Caption = '9 Digits'
- GroupIndex = 1
- RadioItem = True
- OnClick = D9Click
- end
- end
- object Base1: TMenuItem
- Caption = 'Base'
- object BNormal1: TMenuItem
- Caption = 'Normal'
- Checked = True
- Default = True
- RadioItem = True
- ShortCut = 117
- OnClick = BNormal1Click
- end
- object BDec1: TMenuItem
- Caption = 'Decimal'
- RadioItem = True
- ShortCut = 118
- OnClick = BDec1Click
- end
- object BHex1: TMenuItem
- Caption = 'Hexadecimal'
- RadioItem = True
- ShortCut = 119
- OnClick = BHex1Click
- end
- object BBin1: TMenuItem
- Caption = 'Binary'
- RadioItem = True
- ShortCut = 120
- OnClick = BBin1Click
- end
- object BOct1: TMenuItem
- Caption = 'Octal'
- RadioItem = True
- OnClick = BOct1Click
- end
- end
- object Statistics1: TMenuItem
- Caption = 'Statistics'
- object Std1: TMenuItem
- Caption = 'Standard Deviation'
- Default = True
- RadioItem = True
- ShortCut = 16467
- OnClick = Std1Click
- end
- object N14: TMenuItem
- Caption = '-'
- end
- object Linear1: TMenuItem
- Caption = 'Linear Regression'
- RadioItem = True
- ShortCut = 16462
- OnClick = Linear1Click
- end
- object Log1: TMenuItem
- Caption = 'Logarithmic'
- RadioItem = True
- OnClick = Log1Click
- end
- object Exp1: TMenuItem
- Caption = 'Exponential'
- RadioItem = True
- OnClick = Exp1Click
- end
- object Pow1: TMenuItem
- Caption = 'Power'
- RadioItem = True
- OnClick = Pow1Click
- end
- object Inv1: TMenuItem
- Caption = 'Inverse'
- RadioItem = True
- OnClick = Inv1Click
- end
- end
- object Engineering1: TMenuItem
- Caption = 'Engineering'
- ShortCut = 121
- OnClick = Engineering1Click
- end
- object N5: TMenuItem
- Caption = '-'
- end
- object InputOrder1: TMenuItem
- Caption = 'Input Order'
- object StandardOrder1: TMenuItem
- Caption = 'Standard Algebraic Order'
- Checked = True
- RadioItem = True
- OnClick = StandardOrder1Click
- end
- object TrueOrder1: TMenuItem
- Caption = 'Text Book Algebraic '
- RadioItem = True
- OnClick = TrueOrder1Click
- end
- end
- object KeySound1: TMenuItem
- Caption = 'Key Sound'
- object Silent1: TMenuItem
- Caption = 'Silent'
- Checked = True
- RadioItem = True
- OnClick = Silent1Click
- end
- object Click1: TMenuItem
- Caption = 'Click'
- RadioItem = True
- OnClick = Click1Click
- end
- object Beep1: TMenuItem
- Caption = 'Beep'
- RadioItem = True
- OnClick = Beep1Click
- end
- end
- object N4: TMenuItem
- Caption = '-'
- end
- object Options1: TMenuItem
- Caption = 'Options...'
- OnClick = Options1Click
- end
- end
- object Help1: TMenuItem
- Caption = '&Help'
- object HelpContents1: TMenuItem
- Caption = 'Help Contents'
- ShortCut = 112
- OnClick = HelpContents1Click
- end
- object QuickReference1: TMenuItem
- Caption = 'Quick Reference'
- object ScientificFunctions1: TMenuItem
- Caption = 'Mathematical Functions'
- OnClick = ScientificFunctions1Click
- end
- object Keyboard1: TMenuItem
- Caption = 'Keyboard Reference'
- OnClick = Keyboard1Click
- end
- object ScientificConstants1: TMenuItem
- Caption = 'Scientific Constants'
- OnClick = ScientificConstants1Click
- end
- end
- object HomePage1: TMenuItem
- Caption = 'Home Page'
- OnClick = HomePage1Click
- end
- object ConfigTax1: TMenuItem
- Caption = 'Configure Tax Rates'
- OnClick = ConfigTax1Click
- end
- object EnterRegCode1: TMenuItem
- Caption = 'Enter Registration Code'
- OnClick = EnterRegCode1Click
- end
- object N6: TMenuItem
- Caption = '-'
- end
- object About1: TMenuItem
- Caption = 'About...'
- OnClick = About1Click
- end
- end
- end
- object SysPopMenu: TPopupMenu
- Alignment = paRight
- AutoHotkeys = maManual
- AutoPopup = False
- Left = 40
- Top = 32
- object Show1: TMenuItem
- Caption = 'Show'
- Default = True
- OnClick = Show1Click
- end
- object ShutDown2: TMenuItem
- Caption = 'Shut Down'
- OnClick = ShutDown1Click
- end
- object N8: TMenuItem
- Caption = '-'
- end
- object AboutDreamCalc1: TMenuItem
- Caption = 'About DreamCalc Pro...'
- OnClick = About1Click
- end
- end
- object Poller: TTimer
- Enabled = False
- Interval = 600
- OnTimer = PollerTimer
- Left = 70
- Top = 32
- end
- object PrintSetupDialog: TPrinterSetupDialog
- Left = 96
- Top = 32
- end
- object Splash: TTimer
- Enabled = False
- Interval = 5000
- OnTimer = SplashTimer
- Left = 124
- Top = 32
- end
- object PopMenu: TPopupMenu
- AutoHotkeys = maManual
- Left = 152
- Top = 32
- object Minimize1: TMenuItem
- Caption = 'Minimize'
- OnClick = Minimize1Click
- end
- object N11: TMenuItem
- Caption = '-'
- end
- object StayOnTop1: TMenuItem
- Caption = 'Stay on Top'
- OnClick = StayOnTop1Click
- end
- object Transparent1: TMenuItem
- Caption = 'Transparent Window'
- OnClick = Transparent1Click
- end
- object SystemTray1: TMenuItem
- Caption = 'System Tray'
- OnClick = SystemTray1Click
- end
- object N12: TMenuItem
- Caption = '-'
- end
- object StatData2: TMenuItem
- Caption = 'Statistical Data - Toggle'
- OnClick = StatData1Click
- end
- object PaperRoll2: TMenuItem
- Caption = 'Paper Roll - Toggle'
- OnClick = PaperRoll1Click
- end
- object N17: TMenuItem
- Caption = '-'
- end
- object Hide2: TMenuItem
- Caption = 'Hide'
- OnClick = Hide1Click
- end
- object ShutDown3: TMenuItem
- Caption = 'Shut Down'
- OnClick = ShutDown1Click
- end
- end
- end
-